From 9c4ed974a4505b140782688093bc54d750716e38 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 1 Feb 2007 10:21:42 +0000 Subject: [PATCH] [TOOLS] Remove a debug message which is spamming the logs during live migration. Signed-off-by: Ian Campbell --- tools/libxc/xc_linux_save.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/libxc/xc_linux_save.c b/tools/libxc/xc_linux_save.c index de1c605002..0d8f045951 100644 --- a/tools/libxc/xc_linux_save.c +++ b/tools/libxc/xc_linux_save.c @@ -536,8 +536,6 @@ static int canonicalize_pagetable(unsigned long type, unsigned long pfn, if (!MFN_IS_IN_PSEUDOPHYS_MAP(mfn)) { /* This will happen if the type info is stale which is quite feasible under live migration */ - DPRINTF("PT Race: [%08lx,%d] pte=%llx, mfn=%08lx\n", - type, i, (unsigned long long)pte, mfn); pfn = 0; /* zap it - we'll retransmit this page later */ race = 1; /* inform the caller of race; fatal if !live */ } else -- 2.30.2